runtime.special.kind (field)
17 uses
runtime (current package)
heapdump.go#L458: if sp.kind != _KindSpecialFinalizer {
heapdump.go#L657: if sp.kind != _KindSpecialProfile {
mgc.go#L1910: s.special.kind = _KindSpecialReachable
mgcmark.go#L383: switch sp.kind {
mgcsweep.go#L559: if tmp.kind == _KindSpecialFinalizer {
mgcsweep.go#L575: if special.kind == _KindSpecialFinalizer || special.kind == _KindSpecialWeakHandle {
mgcsweep.go#L597: if siter.s.kind == _KindSpecialReachable {
mheap.go#L1833: kind byte // kind of special
mheap.go#L1871: kind := s.kind
mheap.go#L1936: if offset == uintptr(s.offset) && kind == s.kind {
mheap.go#L1940: if offset < uintptr(s.offset) || (offset == uintptr(s.offset) && kind < s.kind) {
mheap.go#L1966: s.special.kind = _KindSpecialFinalizer
mheap.go#L2156: s.special.kind = _KindSpecialWeakHandle
mheap.go#L2252: s.special.kind = _KindSpecialProfile
mheap.go#L2304: switch s.kind {
pinner.go#L335: rec.special.kind = _KindSpecialPinCounter
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |